home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-09-27 | 770 b | 43 lines |
- COMMON_HDRS=
-
- COMMON_OBJS=
-
- include ../../Configfile
-
- TARGETS= all lint install deinstall depend clean awk clobber
-
- HDRS= token.h getmsg.h lg.h
-
- all: .origamimsg
-
- awk: .origamimsg $(HDRS)
-
- do_check_common: check_common
-
- token.h codelg.h: tokens tok2h.awk
- $(AWK) -f tok2h.awk <tokens
-
- lg.h: lg lg2h.awk
- $(AWK) -f lg2h.awk <lg >lg.h
-
- getmsg.h .origamimsg rc_comp_str.h: msg2dot_h.awk msg
- $(AWK) -f msg2dot_h.awk <msg
-
- lint depend pseudo_depend:
-
- install: .origamimsg
- $(FILE_INSTALL) -m 644 .origamimsg $(ORIGAMI_PATH)
-
- deinstall:
- rm -f $(ORIGAMI_PATH)/.origamimsg
-
- tags: $(HDRS)
- ctags -t *.h
-
- clean:
- rm -f $(HDRS) tags core
-
- clobber: clean
- rm -f .origamimsg token.h codelg.h lg.h getmsg.h rc_comp_str.h
- #{{{}}}
-